home *** CD-ROM | disk | FTP | other *** search
/ BCI NET / BCI NET Dec 94.iso / archives / telecomm / bbs / wwbbs.lha / WWBBS / Programming / Include / wwbbs_lib.h
Text File  |  1994-09-19  |  409b  |  15 lines

  1. #define GLFLG_Edit (1<<0)
  2. #define GLFLG_NoEcho (1<<1)
  3. #define GLFLG_NoEmpty (1<<2)
  4. #define GLFLG_Format (1<<3)
  5. #define GLFLG_ToLower (1<<4)
  6. #define GLFLG_ToUpper (1<<5)
  7. #define GLFLG_Chars (1<<6)
  8. #define GLFLG_Digits (1<<7)
  9. #define GLFLG_NoChars (1<<8)
  10. #define GLFLG_NoDigits (1<<9)
  11. #define GLFLG_NoSpaces (1<<10)
  12. #define GLFLG_NoPunct (1<<11)
  13. #define GLFLG_BeginChar (1<<12)
  14. #define GLFLG_BeginDigit (1<<13)
  15.